usbmuxd-1.1.1^20240915git0b1b233-5.fc43
List of Findings
Error: CPPCHECK_WARNING (CWE-476): [#def1]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:216: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def2]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:218: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def3]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:219: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def4]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:220: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def5]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:221: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def6]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:222: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def7]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:223: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def8]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:224: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def9]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:225: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def10]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:226: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def11]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:227: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def12]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:230: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def13]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:470: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progname
Error: GCC_ANALYZER_WARNING (CWE-688): [#def14]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:470:49: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘progname’ where non-null expected
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:957:6: enter_function: entry to ‘client_process’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:961:9: branch_true: following ‘true’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:961:9: branch_true: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:969:11: branch_false: following ‘false’ branch (when ‘client’ is non-NULL)...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:974:12: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:974:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:978:19: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:978:19: branch_true: following ‘true’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:979:25: branch_true: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:979:25: call_function: calling ‘input_buffer_process’ from ‘client_process’
Error: CPPCHECK_WARNING (CWE-476): [#def15]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:471: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progname
Error: GCC_ANALYZER_WARNING (CWE-688): [#def16]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:471:25: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘idstring’ where non-null expected
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:957:6: enter_function: entry to ‘client_process’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:961:9: branch_true: following ‘true’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:961:9: branch_true: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:969:11: branch_false: following ‘false’ branch (when ‘client’ is non-NULL)...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:974:12: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:974:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:978:19: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:978:19: branch_true: following ‘true’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:979:25: branch_true: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/client.c:979:25: call_function: calling ‘input_buffer_process’ from ‘client_process’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def17]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/conf.c:210:25: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘uuid’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/conf.c:369:6: enter_function: entry to ‘config_get_system_buid’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/conf.c:375:12: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/conf.c:380:12: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/conf.c:380:12: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/conf.c:383:14: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/conf.c:383:12: branch_true: following ‘true’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/conf.c:385:17: branch_true: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/conf.c:386:32: call_function: inlined call to ‘config_generate_system_buid’ from ‘config_get_system_buid’
Error: CPPCHECK_WARNING (CWE-476): [#def18]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/conf.c:214: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: uuid
Error: GCC_ANALYZER_WARNING (CWE-476): [#def19]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:219:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘buffer’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:830:5: enter_function: entry to ‘device_add’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:850:19: call_function: calling ‘send_packet’ from ‘device_add’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def20]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:235:11: warning[-Wanalyzer-malloc-leak]: leak of ‘buffer’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:830:5: enter_function: entry to ‘device_add’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:850:19: call_function: calling ‘send_packet’ from ‘device_add’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def21]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:837:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘dev’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:836:15: acquire_memory: this call could return NULL
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:837:9: danger: ‘dev’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def22]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:945:25: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘p’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:940:20: acquire_memory: this call could return NULL
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:943:9: branch_true: following ‘true’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:943:9: branch_true: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:943:9: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:944:21: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:944:19: branch_true: following ‘true’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:944:20: branch_true: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/device.c:945:25: danger: ‘p’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def23]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:75:17: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘fs’ where non-null expected
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:69:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:72:26: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:72:14: acquire_memory: this call could return NULL
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:74:11: branch_true: following ‘true’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:75:17: branch_true: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:75:17: danger: argument 1 (‘fs’) from [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def24]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:88:17: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘fs’ where non-null expected
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:69:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:72:26: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:72:14: acquire_memory: this call could return NULL
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:74:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:81:17: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/log.c:88:17: danger: argument 1 (‘fs’) from [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2) could be NULL where non-null expected
Error: CPPCHECK_WARNING (CWE-476): [#def25]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:100: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hostname
Error: CPPCHECK_WARNING (CWE-476): [#def26]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:101: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hostname
Error: GCC_ANALYZER_WARNING (CWE-775): [#def27]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:408:24: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pfd[0]’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:407:12: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:410:19: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:410:11: branch_false: following ‘false’ branch (when ‘res >= 0’)...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:415:15: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:416:12: branch_true: following ‘true’ branch (when ‘pid < 0’)...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:417:17: branch_true: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:408:24: danger: ‘pfd[0]’ leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def28]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:408:24: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pfd[1]’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:407:12: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:410:19: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:410:11: branch_false: following ‘false’ branch (when ‘res >= 0’)...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:415:15: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:416:12: branch_true: following ‘true’ branch (when ‘pid < 0’)...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:417:17: branch_true: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/main.c:408:24: danger: ‘pfd[1]’ leaks here
Error: CPPCHECK_WARNING (CWE-476): [#def29]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:137: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: _dev
Error: GCC_ANALYZER_WARNING (CWE-476): [#def30]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:137:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘_dev’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:136:65: acquire_memory: this call could return NULL
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:137:9: danger: ‘_dev’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-476): [#def31]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:138: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: _dev
Error: CPPCHECK_WARNING (CWE-476): [#def32]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:139: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: _dev
Error: CPPCHECK_WARNING (CWE-476): [#def33]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:140: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: _dev
Error: CPPCHECK_WARNING (CWE-476): [#def34]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:141: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: _dev
Error: CPPCHECK_WARNING (CWE-476): [#def35]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:142: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: _dev
Error: CPPCHECK_WARNING (CWE-476): [#def36]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:153: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: _dev
Error: CPPCHECK_WARNING (CWE-476): [#def37]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:388: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: infocopy
Error: GCC_ANALYZER_WARNING (CWE-688): [#def38]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:388:9: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘infocopy’ where non-null expected
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:380:12: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:386:61: acquire_memory: this call could return NULL
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/preflight.c:388:9: danger: argument 1 (‘infocopy’) from [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def39]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:773:9: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘usbdev’ where non-null expected
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:745:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:750:19: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:750:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:754:12: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:754:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:756:13: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:756:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:763:9: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:766:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:772:18: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:772:18: acquire_memory: this call could return NULL
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:773:9: danger: argument 1 (‘usbdev’) from [(11)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/10) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def40]
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:795:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘context’
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:745:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:750:19: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:750:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:754:12: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:754:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:756:13: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:756:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:763:9: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:766:11: branch_false: following ‘false’ branch...
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:772:18: branch_false: ...to here
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:794:40: acquire_memory: this call could return NULL
usbmuxd-0b1b233b57d581515978a09e5a4394bfa4ee4962/src/usb.c:795:9: danger: ‘context’ could be NULL: unchecked value from [(11)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/10)
Scan Properties
analyzer-version-clippy | 1.86.0 |
analyzer-version-cppcheck | 2.17.1 |
analyzer-version-gcc | 15.0.1 |
analyzer-version-gcc-analyzer | 15.0.1 |
analyzer-version-shellcheck | 0.10.0 |
analyzer-version-unicontrol | 0.0.2 |
enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
exit-code | 0 |
host | ip-172-16-1-206.us-west-2.compute.internal |
known-false-positives | /usr/share/csmock/known-false-positives.js |
known-false-positives-rpm | known-false-positives-0.0.0.20250425.124705.g1c7c448.main-1.el9.noarch |
mock-config | fedora-rawhide-x86_64 |
project-name | usbmuxd-1.1.1^20240915git0b1b233-5.fc43 |
store-results-to | /tmp/tmpack83cf9/usbmuxd-1.1.1^20240915git0b1b233-5.fc43.tar.xz |
time-created | 2025-04-25 15:57:59 |
time-finished | 2025-04-25 15:59:13 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmpack83cf9/usbmuxd-1.1.1^20240915git0b1b233-5.fc43.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpack83cf9/usbmuxd-1.1.1^20240915git0b1b233-5.fc43.src.rpm' |
tool-version | csmock-3.8.1.20250422.172604.g26bc3d6-1.el9 |